home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / mail.645 < prev    next >
Text File  |  1992-02-06  |  2KB  |  68 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f2\fmodern Courier;\f1\fswiss Helvetica;}
  2. \paperw11440
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. {\colortbl\red0\green0\blue0;}
  7. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 Mail aliases\
  8. \
  9. Q: I just added some mail aliases to my root NetInfo domain.  They definitely show up in NetInfo, on both the mail server and the mail clients.  But, if I try to send mail to any of these aliases, the mail is returned with "Unknown user."  Mail to a user, rather than to an alias, works fine.  What might be wrong?\
  10. \
  11. A: Make sure that value of the 
  12. \b name
  13. \b0  property of the NetInfo directory defining the alias is all lower case.  For example, the following shows an 
  14. \i incorrect
  15. \i0  configuration:\
  16. \
  17.  
  18. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f2\fs24\li920 localhost>
  19. \b  niutil -list / /aliases
  20. \b0 \
  21. 22    Sandy_Admin
  22. \b     
  23. \b0 \
  24. 66    Randy_User\
  25. \
  26.  
  27. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 This shows the correct configuration:\
  28. \
  29.  
  30. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f2\fs24\li920 localhost>
  31. \b  niutil -list / /aliases
  32. \b0 \
  33. 22    sandy_admin
  34. \b     
  35. \b0 \
  36. 66    randy_user\
  37. localhost> 
  38. \b niutil -read / 66
  39. \b0 \
  40. name: randy_user\
  41. members: ruser\
  42.  
  43. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  44. If you 
  45. \i really
  46. \i0  want the alias name to have upper-case (note that this is 
  47. \i not
  48. \i0  needed for upper-case addresses to be recognized!), simply have multiple values of the name property, at least one of which is all lower-case.  For example:\
  49. \
  50.  
  51. \pard\tx1440\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f2\fs24\li920 localhost> 
  52. \b niutil -list . /aliases
  53. \b0 \
  54.  
  55. \fc0 23       Postmaster postmaster \
  56. 124      MAILER-DAEMON mailer-daemon \
  57. 130      MAILER-AGENT mailer-agent \
  58. localhost> 
  59. \b niutil -read . 23
  60. \b0 \
  61. name: Postmaster postmaster\
  62. members: root\
  63.  
  64. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\fs28 \
  65. QA645\
  66. \
  67.  
  68.